https-dns-proxy: Fix wrong commandline argument
authorAaron Drew <[email protected]>
Thu, 12 Jan 2017 09:33:08 +0000 (20:33 +1100)
committerGitHub <[email protected]>
Thu, 12 Jan 2017 09:33:08 +0000 (20:33 +1100)
Init scripts were configuring daemon to write log to file "127.0.0.1" instead.
Signed-off-by: Aaron Drew <[email protected]>
net/https-dns-proxy/files/https_dns_proxy.init

index df1b220455a95b29c66e263949acf7ba2690f475..333f3cac3ecb14914331c41fddf5782cbc8957c3 100644 (file)
@@ -16,7 +16,7 @@ start_instance() {
 
        procd_open_instance
        procd_set_param command ${PROG} \
-               -l "$listen_addr" -p "$listen_port" \
+               -a "$listen_addr" -p "$listen_port" \
                -u "$user" -g "$group"
        procd_set_param respawn
        procd_close_instance